home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 015a / fw0793.zip / FW0793.TXT
Text File  |  1993-03-29  |  5KB  |  107 lines

  1. ======================================================================
  2.   Microsoft(R) Product Support Services Application Note (Text File)
  3.           FW0793: CHAPTER 15 OF THE "GETTING STARTED" MANUAL
  4. ======================================================================
  5.                                                    Revision Date: 3/93
  6.                                                       No Disk Included
  7.  
  8. The following information applies to Microsoft FoxPro for Windows,
  9. version 2.5.
  10.  
  11.  --------------------------------------------------------------------
  12. | INFORMATION PROVIDED IN THIS DOCUMENT AND ANY SOFTWARE THAT MAY    |
  13. | ACCOMPANY THIS DOCUMENT (collectively referred to as an            |
  14. | Application Note) IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY      |
  15. | KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO    |
  16. | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A     |
  17. | PARTICULAR PURPOSE. The user assumes the entire risk as to the     |
  18. | accuracy and the use of this Application Note. This Application    |
  19. | Note may be copied and distributed subject to the following        |
  20. | conditions: 1) All text must be copied without modification and    |
  21. | all pages must be included; 2) If software is included, all files  |
  22. | on the disk(s) must be copied without modification [the MS-DOS(R)  |
  23. | utility DISKCOPY is appropriate for this purpose]; 3) All          |
  24. | components of this Application Note must be distributed together;  |
  25. | and 4) This Application Note may not be distributed for profit.    |
  26. |                                                                    |
  27. | Copyright 1993 Microsoft Corporation. All Rights Reserved.         |
  28. |                                                                    |
  29. | Microsoft and MS-DOS are registered trademarks and Windows         |
  30. | is a trademark of Microsoft Corporation.                           |
  31.  --------------------------------------------------------------------
  32.  
  33. LISTED below are the contents of Chapter 15 from the "Getting Started"
  34. manual for Microsoft FoxPro version 2.5 for Windows. This chapter was
  35. accidentally omitted from the documentation.
  36.  
  37. NOW WHAT?
  38. ---------
  39.  
  40. Congratulations!  You've just been introduced to one of the most
  41. powerful relational database management systems available.  You've
  42. learned to:
  43.  
  44.  - Create tables and fill them with data.
  45.  
  46.  - View data in a Browse window.
  47.  
  48.  - Extract specific data using RQBE.
  49.  
  50.  - Create professional reports with the Report Writer.
  51.  
  52.  - Design custom screens with the Screen Builder.
  53.  
  54.  - Design menus with the Menu Builder.
  55.  
  56.  - Create an application.
  57.  
  58. You can now use the FoxPro power tools to quickly and efficiently
  59. manage your data.  But this is just the beginning.  FoxPro is a
  60. dynamic and multifaceted database management system.  You can continue
  61. your studies and develop your own custom applications that use all of
  62. FoxPro's functionality.
  63.  
  64. There are many places to learn more about FoxPro.  The first place to
  65. look is in the remaining FoxPro manuals:
  66.  
  67.  - The "FoxPro User's Guide" teaches you more about FoxPro's
  68.    interface, including FoxPro's menus, Report Writer, Label Designer,
  69.    Screen Builder, Menu Builder, RQBE, and Project Manager.
  70.  
  71.  - The "FoxPro Language Reference" contains FoxPro commands,
  72.    functions, and system memory variables, listed alphabetically for
  73.    easy access.  It includes examples to demonstrate how to use the
  74.    language.
  75.  
  76.  - The "FoxPro Developer's Guide" covers topics of particular interest
  77.    to those who develop applications.  Topics include tips for using
  78.    projects, screens, menus, SQL SELECT, arrays, low-level file I/O,
  79.    text merge, FoxDoc, and more.
  80.  
  81. The following additional sources are available:
  82.  
  83.  - Classes on FoxPro in your area offered by trainers and local
  84.    universities.
  85.  
  86.  - The "Microsoft FoxPro Resource Directory".  This book can assist
  87.    you in finding consultants and third-party FoxPro applications.
  88.  
  89.  - The FOXFORUM on CompuServe(R).  Refer to the "Product Support"
  90.    chapter in the "FoxPro Installation and Configuration" manual for
  91.    more information.
  92.  
  93.  - The Microsoft FoxPro Developer Conference.  Contact Microsoft for
  94.    more information.
  95.  
  96.  - Third-party FoxPro books.
  97.  
  98.  - FoxPro user groups.
  99.  
  100.  - Database oriented magazines.
  101.  
  102. As you can see, many options are available for learning more about
  103. FoxPro.  You can choose the option that meets your needs.
  104.  
  105. Good luck!
  106.  
  107.